home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 October / Chip Ekim 2003.iso / prog / share / boltlock / setup.exe / readme.txt < prev    next >
Encoding:
Text File  |  2003-08-04  |  6.4 KB  |  176 lines

  1.  
  2.                   ________________________________________                        
  3.        ___________                                        ___________
  4.  
  5.            :::::   ::::  ::     :::::: ::      ::::   ::::  :: ::
  6.            ::  :: ::  :: ::       ::   ::     ::  :: ::  :: :: ::
  7.            :::::  ::  :: ::       ::   ::     ::  :: ::     ::::
  8.            ::  :: ::  :: ::       ::   ::     ::  :: ::  :: :: ::
  9.            :::::   ::::  ::::::   ::   ::::::  ::::   ::::  :: ::
  10.  
  11.        ___________                                        ___________
  12.                   ________________________________________
  13.  
  14.  
  15.                                IMPLEMENTING THE
  16.  
  17.                               /QUAD SHIFT CIPHER\
  18.                               ======I I I I======
  19.  
  20.         ---------------------------------------------------------------
  21.                   F     R     E     E     W     A     R     E
  22.         ---------------------------------------------------------------
  23.  
  24.      [update.to.version.2.0]
  25.  
  26.      Eliminated limitations from earlier versions. New version of Quad
  27.      Shift Cipher eliminated file size limit. Many more command line
  28.      options.
  29.  
  30.      No longer does infile have to be the second parameter and outfile
  31.      have to be the third. These parameters can be anywhere as long as
  32.      they follow /D or /E.
  33.      
  34.      [update.to.version.1.2.beta]
  35.  
  36.      Found and fixed a massive ammount of bugs. WAAAAY more than
  37.      expected. Added several new features. (See BOLTLOCK help screen).
  38.      
  39.      [standard.intro.description]
  40.  
  41.      BOLTLOCK is a sophisticated (bare with me) encryption program. It
  42.      can be ran directly from the command line or in batch files to
  43.      encrypt or decrypt files. An interactive mode is also availibe.
  44.  
  45.      
  46.      [features.list]
  47.  
  48.      BOLTLOCK offers a much stronger encryption cipher than previous
  49.      programs written by Zashi. (Encryption prorams FEN and FUN were
  50.      never released.) See [about.quad.shift.cipher] for more info.
  51.  
  52.      Option to run via the command line or in interactive mode.
  53.  
  54.      Ability to encode binary files via batch file process.
  55.  
  56.      Interactive mode for easy use with windows.
  57.  
  58.      Command line mode for easy use with DOS or DOS boxes.
  59.  
  60.      [program.limitations]
  61.  
  62.      *sigh* yes there are limits. They could be considered bugs. Check
  63.      the [to.do.list] to see if I plan on fixing anything
  64.  
  65.      <FIXED!>
  66.      Files to be encrypted/decrypted can only be around 2 megs. Forgive
  67.      the vagueness, the variable limiting this will hopefully be fixed
  68.      in a future version.
  69.  
  70.      <FIXED!>
  71.      When encrypting binary files they general must be UNDER 2 megs for
  72.      the same reason above and also because an extra step take increases
  73.      the byte ammount.
  74.  
  75.      Passwords must be alaphanumeric.
  76.  
  77.  
  78.      [program.ussage..the.low.down]
  79.  
  80.      I've done such a good job testing and programing version 2.0 that I
  81.      consider it to be a alpha version. V.2 is much more stable and
  82.      better at encrypting. Unfortunately, v.2 encrypted files can not be
  83.      decrypted with earlier versions and vise versa.
  84.  
  85.      Although the longer the password, the better the incryption, too
  86.      long of password may result in errors. Try to keep your password
  87.      less than 128 characters for ascii files that don't contain any 
  88.      extended characters.
  89.  
  90.      There are three modes: Interactive, command line, and help.
  91.      
  92.      Help mode only displays the BOLTLOCK logo and help screen. No other
  93.      parameters can be used besides /? or /H.
  94.  
  95.      Interactive is accessed via running the program with no parameters.
  96.      Options are limited to encrypting and decrypting.
  97.  
  98.      Command line aka power mode (:-D) you can do the most from the
  99.      command line mode. all parameters are availible (except /? and /H)
  100.  
  101.      When in command line mode, if you don't use the /P option you are
  102.      prompted to enter a password. By using 
  103.      
  104.      BOLTLOCK /N /C /S /P <pass> [/D|E] <infile outfile>
  105.  
  106.      the program will run totaly silent.
  107.  
  108.      The order or parameters does not matter, but a preceding slash is
  109.      required for each parameter. 
  110.  
  111.      You can output to system devices by specifying the out file as CON
  112.      or PRN, etc. This is handy.
  113.  
  114.  
  115.      [ussage.tips]
  116.  
  117.      If you are paranoid there is a way to further insure security. Put
  118.      your text file in a zip file. Encrypt the zip file with BL_bin.
  119.      Zip that file and repeat this a many times as you wish. For even 
  120.      more increased protection use a different password each time.
  121.  
  122.      [program.creation.info]
  123.  
  124.      BOLTLOCK is compiled on an AMD 1700+ windows 98 and on a Pentium
  125.      running a highly customized version of freedos.
  126.  
  127.      Boltlock is written in, dare you believe, qbasic 4.5.
  128.  
  129.      Lucky for me and you, BOLTLOCK was written in a style that allows
  130.      extremely easy updating.
  131.      
  132.      Originally only a side project, BOLTLOCK has evolved into the best,
  133.      most complete and thoroghly written program by Zashi.
  134.  
  135.      
  136.      [about.quad.shift.cipher]
  137.  
  138.      I fear releasing too much information about my encryption method. I
  139.      can tell you it is slightly similar to DES. The password is used to
  140.      encrypt the file and is not contained within the encrypted file.
  141.  
  142.      BOLTLOCK alternates between four different augmenting methods using
  143.      the file size and password. And that's all you get to learn about
  144.      QSC.
  145.  
  146.      [to.do.list]
  147.  
  148.      <+> Write BOLTLOCK packer program. (encrypt/decrypt multipul files
  149.          into one file.)
  150.  
  151.      <+> More command line options.
  152.  
  153.      <+> Improved interface.
  154.  
  155.      <+> Windows GUI? (Depends on my still-developing C++ skills)
  156.  
  157.      [author]
  158.  
  159.      E-mail me for comments, bugs, suggestions, and whatever else.
  160.      
  161.          Zashi    (Kohbold@yahoo.com)
  162.  
  163.      Be sure to include the word "BOLTLOCK" in your email subject so I
  164.      don't mistake it for porno spam.
  165.  
  166.      [license]
  167.  
  168.      BOLTLOCK and Lurid Software are copyright of Matthew "Zashi" Hiles.
  169.      Lurid software is free for use. The BOLTLOCK executable may be
  170.      redistributed as long as credit is given where credit is due. All
  171.      though BOLTLOCK is freeware, a modest donation would be appreciated.
  172.      Those who pack BOLTLOCK with other programs are strongly encouraged
  173.      make a donation to Zashi. You can buy the source for $20. A bit much
  174.      but I don't want everyone to know exactly how the quad shift cipher
  175.      works.
  176.